-
Notifications
You must be signed in to change notification settings - Fork 264
/
IWithPassword`1.xml
53 lines (53 loc) · 3.32 KB
/
IWithPassword`1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<Type Name="IWithPassword<ParentT>" FullName="Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithPassword<ParentT>">
<TypeSignature Language="C#" Value="public interface IWithPassword<ParentT>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithPassword`1<ParentT>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithPassword`1" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithPassword(Of ParentT)" />
<TypeSignature Language="F#" Value="type IWithPassword<'ParentT> = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="ParentT" />
</TypeParameters>
<Interfaces />
<Docs>
<typeparam name="ParentT">The stage of the parent application gateway to return to after attaching.</typeparam>
<summary>
The stage of an SSL certificate definition allowing to specify the password for the private key (PFX) content of the certificate.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithPfxPassword">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithAttach<ParentT> WithPfxPassword (string password);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithAttach`1<!ParentT> WithPfxPassword(string password) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithPassword`1.WithPfxPassword(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithPfxPassword (password As String) As IWithAttach(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithPfxPassword : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithAttach<'ParentT>" Usage="iWithPassword.WithPfxPassword password" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithAttach<ParentT></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="password" Type="System.String" />
</Parameters>
<Docs>
<param name="password">A password.</param>
<summary>
Specifies the password currently used to protect the provided PFX content of the SSL certificate.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>